home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / DELPHIDM / UDemo.dfm / UDemo.txt
Encoding:
Text File  |  1998-01-11  |  952 b   |  48 lines

  1. inherited FDemo: TFDemo
  2.   Left = 168
  3.   Top = 141
  4.   Caption = 'FDemo'
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Panel1: TPanel
  9.     Height = 249
  10.     inherited Cell1: TCell
  11.       Height = 247
  12.       ControlData = {
  13.         00000100D838000087190000000000000A000000010101010101000101001400
  14.         00005072}
  15.     end
  16.   end
  17.   inherited Panel2: TPanel
  18.     Top = 249
  19.     Height = 113
  20.     inherited Label1: TLabel
  21.       Top = 16
  22.     end
  23.     inherited BitBtn1: TBitBtn
  24.       Top = 41
  25.     end
  26.     inherited RichEdit1: TRichEdit
  27.       Left = 8
  28.       Top = 40
  29.       Width = 425
  30.       Height = 33
  31.       Font.Color = clGreen
  32.       Lines.Strings = (
  33.         'There is some examples of chinese report, the most '
  34.         'complex report.')
  35.     end
  36.     inherited BitBtn2: TBitBtn
  37.       Left = 368
  38.       Top = 0
  39.       Visible = False
  40.     end
  41.     inherited BitBtn3: TBitBtn
  42.       Left = 368
  43.       Top = 0
  44.       Visible = False
  45.     end
  46.   end
  47. end
  48.